MindFusion.Scheduling for ASP.NET Programmer's Guide
CssBorderStyle.SetProperties Method
See Also
 





Sets the values of the properties for this CssBorderStyle object from the specified IDictionary<string, Object> list.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SetProperties (
    IDictionary<string, Object> dictionary
)

Visual Basic  Copy Code

Public Sub SetProperties( _
    dictionary As IDictionary(Of String, Object) _
)

 Parameters

dictionary
Type: IDictionary<String, Object>
A System.Collections.Generic.IDictionary<TKey, TValue> list where each pair of data represents the name of a property and its respective value.

 See Also

CssBorderStyle Members
CssBorderStyle Class
MindFusion.Scheduling Namespace